home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00486_loo's camera.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  704 b   |  21 lines

  1. on mouseDown
  2.   global giVid2Sprite, giVidSprite, giTempVid2Cast, giTempVidCast, giVid3Sprite, giTempVid3Cast, glShotList, gbShotFlag, spriteloo
  3.   buttonLogic()
  4.   puppetSound("snapshot")
  5.   if the result = 1 then
  6.     set tempSprite to 0
  7.     if the visible of sprite 3 = 1 then
  8.       set tempSprite to spriteloo
  9.       set moviemovie to the castNum of sprite spriteloo
  10.       set tempCast to moviemovie
  11.     end if
  12.     if gbShotFlag = 0 then
  13.       set glShotList to [the fileName of cast tempCast, the movieTime of sprite tempSprite]
  14.       set gbShotFlag to 1
  15.     else
  16.       append(glShotList, the fileName of cast tempCast)
  17.       append(glShotList, the movieTime of sprite tempSprite)
  18.     end if
  19.   end if
  20. end
  21.